golang.org/x/net/http2.priorityNodeRFC7540.weight (field)
9 uses
golang.org/x/net/http2 (current package)
writesched_priority_rfc7540.go#L68: weight uint8 // the actual weight is weight+1, so the value is in [1,256]
writesched_priority_rfc7540.go#L144: w := n.kids.weight
writesched_priority_rfc7540.go#L147: if k.weight != w {
writesched_priority_rfc7540.go#L187: wi, bi := float64(z[i].weight)+1, float64(z[i].subtreeBytes)
writesched_priority_rfc7540.go#L188: wk, bk := float64(z[k].weight)+1, float64(z[k].subtreeBytes)
writesched_priority_rfc7540.go#L248: weight: priorityDefaultWeightRFC7540,
writesched_priority_rfc7540.go#L299: weight: priorityDefaultWeightRFC7540,
writesched_priority_rfc7540.go#L312: n.weight = priorityDefaultWeightRFC7540
writesched_priority_rfc7540.go#L350: n.weight = priority.Weight
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)